home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 2
/
Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso
/
Aminet
/
dev
/
gcc
/
gerlib_dev08b.lha
/
gerlib
/
libg++
/
src
/
xyzzy.cc
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1993-12-12
|
213 b
|
13 lines
#ifndef NO_GNULIB3
// from tiemann
/* Needed, in case there are no other objects which
need static initialization and cleanup. */
struct __xyzzy__
{
__xyzzy__ () {}
~__xyzzy__ () {}
} __1xyzzy__;
#endif